home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / maxs / dfbv13.lha / dfb / Developers / includes / dfb_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-02  |  680b  |  24 lines

  1. #ifndef  CLIB_DFB_PROTOS_H
  2. #define  CLIB_DFB_PROTOS_H
  3. /*
  4. ** $Filename: clib/dfb_protos.h $
  5. ** $Release: 1.0 Includes, V1.0 $
  6. ** $Revision: 1.0 $
  7. ** $Date: 96/07/04 $
  8. **
  9. **
  10. ** (C) Copyright 1995-6 Andrew Leppard
  11. **     All Rights Reserved
  12. */
  13. #ifndef  EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16. /*------ C functions -------------------------------------------------------*/
  17. struct dfbFileBase *OpenFileBase( int Type );
  18. void CloseFileBase( struct dfbFileBase *Handle );
  19. int AddFile( struct dfbFileBase *Handle, struct dfbFile *File );
  20. struct dfbFile *FindFile( int Options, char *FileName, char *DataFile );
  21. void FixTime( struct dfbFile *File );
  22. #endif    /* CLIB_DFB_PROTOS_H */
  23.  
  24.